home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-14 | 1.8 KB | 69 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = TextEdit
-
- PROJECTVERSION = 2.6
- PROJECT_TYPE = Application
- LANGUAGE = English
-
- NEXTSTEP_APPICON = Edit.tiff
- WINDOWS_APPICON = EditApp.ico
- NEXTSTEP_DOCICONS = text.tiff rtf.tiff rtfd.tiff
-
- WINDOWS_DOCICONS = EditRTF.ico EditRTFD.ico
-
- ICONSECTIONS = -sectcreate __ICON app Edit.tiff \
- -sectcreate __ICON text text.tiff \
- -sectcreate __ICON rtf rtf.tiff \
- -sectcreate __ICON rtfd rtfd.tiff
-
- LOCAL_RESOURCES = Document.nib Edit-winnt.nib Edit.nib\
- EncodingAccessory.nib FindPanel.nib Info.nib\
- Preferences.nib FindPanel.strings Localizable.strings
-
- GLOBAL_RESOURCES = Edit.tiff EditApp.ico EditTitle.tiff Encodings.txt
-
- CLASSES = Document.m DocumentReadWrite.m Controller.m\
- MultiplePageView.m ScalingScrollView.m TextFinder.m\
- Preferences.m
-
- HFILES = Document.h Controller.h MultiplePageView.h TextFinder.h\
- ScalingScrollView.h Preferences.h
-
- MFILES = Edit_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template TextEdit.rtf EditRTF.ico EditRTFD.ico\
- EditTXT.ico rtf.tiff rtfd.tiff text.tiff README.rtf
-
-
- MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = app.make
- NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos
- WINDOWS_INSTALLDIR = /NextDemos
- LIBS =
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- FRAMEWORKS = -framework AppKit -framework Foundation
-
-
- include $(MAKEFILEDIR)/platform.make
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-